runtime.mspan.allocBits (field)
10 uses
runtime (current package)
mbitmap.go#L1087: bytep, mask := s.allocBits.bitp(allocBitIndex)
mbitmap.go#L1096: bytes := (*[8]uint8)(unsafe.Pointer(s.allocBits.bytep(uintptr(whichByte))))
mbitmap.go#L1176: bytep, mask := s.allocBits.bitp(index)
mbitmap.go#L1197: bytep, mask := s.allocBits.bitp(index)
mgcsweep.go#L667: if (*s.gcmarkBits.bytep(obj / 8)&^*s.allocBits.bytep(obj / 8))>>(obj%8) != 0 {
mgcsweep.go#L672: if *s.gcmarkBits.bytep(i)&^*s.allocBits.bytep(i) != 0 {
mgcsweep.go#L697: s.allocBits = s.gcmarkBits
mheap.go#L490: allocBits *gcBits
mheap.go#L1494: s.allocBits = newAllocBits(uintptr(s.nelems))
mheap.go#L1835: span.allocBits = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |